home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / ZED3D095.ZIP / UPDATE.MSG < prev    next >
Text File  |  1990-02-01  |  4KB  |  143 lines

  1. Hello everyone.
  2.  
  3. I just uploaded a new version of Zed3D. Zed3D is a handy
  4. reference for real-time 3D graphics. It includes most proofs as well as
  5. some pseudocode. Zed3D cover several topics, among which are:
  6. texture mapping, gouraud shading, z-buffering, linear & affine mathematics,
  7. quaternions, rendering a polygon, triangulation of a polygon,
  8. generating correctly oriented normals for polyhedra and more.
  9.  
  10. It also now includes an example 3d graphics engine (basic), with
  11. source code.
  12.  
  13. WHAT'S NEW OR A RECENT ADDITION:
  14. Splines & anti-aliasing.
  15.  
  16. Here follows the "Getting Zed3D and reading it on my system" FAQ.
  17.  
  18. ==============================================================================
  19. HOW DO I GET IT?
  20.  
  21. My official homepage is up since Jan 17th 1996. It should stay there until
  22. at least April 1997. The page is http://www.cs.mcgill.ca/~zed/. On it, you
  23. will find a downloadable version of Zed3D, as up to date as I can make it.
  24.  
  25. Note that on that homepage, you will also find some useful links to other
  26. pages that might help you with the Zed3D package, such as de-zipping tools
  27. and PostScript viewing tools.
  28.  
  29. The file is no longer officially available through FTP.
  30.  
  31.  
  32.  
  33.  
  34. THE FILE I GOT WAS GARBLED, WHAT HAPPENED?
  35.  
  36. If it's only the .PS file that is garbled, you have a copy of version 0.41
  37. (it was unfortunately garbled at that time).
  38.  
  39. If you are getting errors as you decompress the files, you might be using
  40. the wrong decompressing utility. The archive is compressed using PKZIP version
  41. 2.04g.
  42.  
  43. If you got it off FTP, you might have used an ASCII transfer. Make sure you
  44. are using a BINARY transfer mode (this can normally be specified by typing
  45. bin on your ftp software). If you transfered the filed through a stupid
  46. telnet, it might also have gotten garbled. Other intervening tools can
  47. also interfere. For instance, on a laptop I tried, the "rcp" program
  48. required a special option for "binary".
  49.  
  50.  
  51.  
  52. I AM ON UNIX, I DECOMPRESSED IT AND ONLY GOT A SINGLE (UNREADABLE?) FILE,
  53. WHAT IS WRONG?
  54.  
  55. You are probably using "gunzip" instead of "unzip". Here, I will quote Jeff
  56. Epler:
  57.  
  58. ----8<-----cut here--------------------------------------------------------
  59. I don't know about anything else in this message, but it's possible
  60. that this person used 'gunzip' on a pkzip archive -- Gunzip minimally
  61. understands .zip files with deflated entries, but only extracts the
  62. first file.  They should use 'unzip' from info-zip, source from
  63. ftp.uu.net:/pub/archiving/zip/unzip512.tar.Z , and it'll take some
  64. knowledge of unix to compile and install it.
  65. ----8<-----cut here--------------------------------------------------------
  66.  
  67.  
  68.  
  69.  
  70. I WOULD LIKE TO GET AN EXECUTABLE VERSION OF UNZIP, HOW DO I DO THAT?
  71.  
  72. Binaries for various platforms are available at
  73.  
  74. http://quest.jpl.nasa.gov/Info-ZIP/UnZip.html
  75.  
  76.  
  77.  
  78.  
  79. I CANNOT READ ANY OF THE FILE FORMATS INCLUDED IN YOUR PACKAGE, COULDN'T 
  80. YOU PUT SOME OTHER FORMAT IN THERE?
  81.  
  82. Tough luck. :)
  83.  
  84. Really, you should be able to find GhostView or GhostScript somewhere. See
  85. the next question.
  86.  
  87.  
  88.  
  89.  
  90. WHAT VIEWERS CAN I USE TO VIEW ZED3D?
  91.  
  92. If you have access to FTP and you are using MS Windows, you can
  93. get Microsoft's Word file viewing tools:
  94.  
  95. ftp.microsoft.com/softlib/mslfiles/wordvu.exe (for Windows 3.1 or later)
  96. ftp.microsoft.com/softlib/mslfiles/wd95view.exe (for Win 95)
  97. ftp.microsoft.com/softlib/mslfiles/wd95view.txt (I dunno what that is)
  98. ftp.microsoft.com/softlib/mslfiles/wd1153.exe (White paper, whatever
  99.                                                that is)
  100.  
  101. Of all of these, I only checked out Wordvu on Windows 3.1, which worked
  102. fine for me.
  103.  
  104. You can also get GhostView + GhostScript for various platforms. Try this
  105. web page:
  106.  
  107. http://www.cs.wisc.edu/~ghost/index.html
  108.  
  109.  
  110.  
  111.  
  112. I DON'T HAVE ACCESS TO FTP!
  113.  
  114. For those of you without FTP access, there are a number of mail services
  115. you can use to do any kind of FTP operations. You could try mailing to these
  116. addresses:
  117.  
  118. ftpmail@inet-gw-2.pa.dec.com
  119. bitftp@pucc@princeton.edu
  120.  
  121. The body of the letter should be "help", it will then explain how it works.
  122. Another one that I heard of, but I think it works differently is:
  123. ftpmail@decwrl.dec.com
  124.  
  125.  
  126.  
  127.  
  128. I DON'T HAVE ACCESS TO THE INTERNET!
  129. I DON'T HAVE ACCESS TO THE WEB!
  130. I DON'T HAVE ACCESS TO MAIL!
  131.  
  132. Tough luck.
  133.  
  134.  
  135. ===========================================================================
  136.  
  137.  
  138.  
  139. Sincerely yours,
  140.  
  141. Zed
  142. zed@cs.mcgill.ca
  143.